/* Sample rate string which will end up looking like '44100.0Hz' for a given value of 44100.00000 */
"%.1fHz" = "%.1fHz";
/* String indicating a particular entity (as specified by the '%@') is embedded */
"%@ (embedded)" = "%@(內嵌)";
/* MIDI Device tooltip describing: 'PORT in from DEVICE PORT' */
"%@ in from %@ %@" = "從 %2$@ %3$@ 輸入 %1$@";
/* MIDI Device tooltip describing 'PORT out to DEVICE PORT' */
"%@ out to %@ %@" = "從 %2$@ %3$@ 輸出 %1$@";
/* MIDI Property inspector window title, where \"%@\" is the name of the MIDI Device being inspected */
"%@ Properties" = "“%@”屬性";
/* formatted string to be used when duplicating a MIDI Configuration (this will be the name of the duplicate) */
"%@-copy" = "%@-拷貝";
/* String in OutputFormatPopUp in Speaker Configuration sheet indicating user wants to configure speakers for x.x surround */
"%d.%d Surround" = "%d.%d 環繞音效";
/* PopUpMenu audio format WITHOUT bit-depth description (ex: '6 ch-AC-3') */
"%luch-%@" = "%luch-%@";
/* PopUpMenu audio format WITH bit-depth description and WITHOUT format(ex: '2 ch-16 bit') */
"%luch-%lubit" = "%luch-%lubit";
/* PopUpMenu audio format WITH bit-depth description and WITH format (ex: '2 ch-16 bit-formatName') */
"%luch-%lubit-%@" = "%luch-%lubit-%@";
/* ui string in MIDIPropertyWindow describing, of 16 channels, the the user can select. */
"(max %lu)" = "(最大 %lu)";
/* Title of text to be dumped to clipboard which will contain the bundle information for the system's CoreAudio frameworks and bundles. */
"* * * COREAUDIO SYSTEM PIECES VERSIONS LIST * * *\n\n" = "* * * COREAUDIO SYSTEM PIECES VERSIONS LIST * * *\n\n";
/* String to display in MIDIPropertyWindow's structure tab, in the 'port table' indicating there are currently no ports on the selected device */
"< No Available Ports >" = "< No Available Ports >";
/* Dialog text indicating the new name the user has chosen for the object is the same as another object's name. Dialog requests user choose a different name */
"A configuration with the name \"%@\" already exists. Please choose a different name." = "已有一個名為“%@”的設定。請選擇其他名稱。";
/* particular audio format name */
"Encoded Digital Audio" = "已編碼的數位音訊";
/* Title of dialog sheet asking user if user wants to store changes made to the device */
"Apply Changes to Current Device?" = "要套用更動到此設備上嗎?";
/* self-explanatory */
"Cancel" = "取消";
/* Text to go in speaker-configuration button describing center speaker. Each of these labels has tight space constraints, so please keep the newline ('\n') character. */
"center" = "中央";
/* Text to go in speaker-configuration button describing center-surround speaker. Each of these labels has tight space constraints, so please keep the newline ('\n') character. */
"center\nsurround" = "中央\n環繞";
/* ClearConnections alert dialog title */
"Clear All Connections" = "結束所有連線";
/* Text to display over icon button indicating that an icon browser will disappear if they press the button */
"Close Icon Browser" = "關閉圖像瀏覽器";
/* Dialog title indicating the new name the user has chosen for the object is the same as another object's name */
"Configuration Exists" = "設定已存在";
/* String to be used in MIDI Endpoint 'tooltips' indicating which device a particular endpoint is connected to */
"connected to:" = "已連接到:";
/* MIDI Device tooltip string describing connections to a particular device */
"Connections:" = "連線:";
/* String in MIDIPropertyWindow's structure tab describing the port for which the user is setting the connection configuration */
"Connectors for %@:" = "%@的接頭:";
/* String to display for clock source of an audio device that does not publish what its clock source is */
"Default" = "預設值";
/* DeleteDialog title asking if user is certain user wants to delete configuration */
"Delete Configuration" = "刪除設定";
/* Title of alert panel brought up when user views the speaker configuration of a device that has a 'custom' (i.e., not AudioMIDISetup created) speaker configuration. */
"Device Has Custom Configuration" = "設備有自定的設定";
/* Message in alert panel brought up when user tries to apply a speaker configuration that does not have all of its speakers map to unique channels. */
"Each speaker must be connected to a different channel on your audio device. Please change the routing so that each speaker is connected to a different channel." = "每個揚聲器都必須接到您音訊設備上的不同頻道。請更改原先的設定,讓每個揚聲器都接到不同的頻道上。";
/* item in configuration menu in MIDI Devices panel that will open a sheet allowing user to edit user's MIDI configurations */
"Edit Configurations..." = "編輯設定⋯";
/* Title for empty MIDI inspector window */
"Empty Inspector" = "清空檢閱器";
/* the name of the generic set of MIDI icons provided by the system. In the filesystem this directory is actually named 'Generic' so this MUST be 'Generic' in English */
/* name of ports created on the IAC MIDI Driver in the MIDI Property Window's port construction UI */
"IAC Bus %d" = "IAC 匯流排 %d";
/* particular audio format name */
"IEC1937 Compressed Data (Constant Bitrate)" = "IEC1937 已壓縮資料(固定位元率)";
/* particular audio format name */
"IMA 4:1 ADPCM" = "IMA 4:1 ADPCM";
/* text to display in audio panel when the selected audio device does not support input */
"Input is not supported" = "不支援輸入";
/* Dialog text indicating user has entered an invalid System Exclusive value */
"Invalid SysEx Value" = "無效的 SysEx 數值";
/* Text to go in speaker-configuration button describing left-rear-surround speaker. Each of these labels has tight space constraints, so please keep the newline ('\n') character. */
"left rear\nsurround" = "左後方\n環繞";
/* Text to go in speaker-configuration button describing left-front speaker. Each of these labels has tight space constraints, so please keep the newline ('\n') character. */
"left\nfront" = "左側\n前方";
/* Text to go in speaker-configuration button describing left-surround speaker. Each of these labels has tight space constraints, so please keep the newline ('\n') character. */
"left\nsurround" = "左側\n環繞";
/* Label text on MIDI Property inspector window indicating user will see less information if user presses associated button */
"Less Information" = "較少資訊";
/* particular audio format name */
"Linear PCM" = "線性 PCM";
/* UI display string as panel is loading */
"Loading..." = "載入中⋯";
/* Label for Master channel. Should be no more than 1 or 2 characters wide, as it's in a tight space in the UI. */
"M" = "一";
/* String for Stream PopUp menu in AudioPanel indicating that this is the device's master stream */
"Master Stream" = "主聲道";
/* String to display in the MIDI setup view when no MIDI devices are found in the system */
"MIDI Setup Is Empty" = "MIDI 設定是空的";
/* Label text on MIDI Property inspector window indicating user will see more information if user presses associated button */
/* Text to indicate that this particular control is not applicable */
"n/a" = "—";
/* item in configuration menu in MIDI Devices panel that will open a sheet allowing user to create a new MIDI configuration */
"New Configuration..." = "新增設定⋯";
/* name given to new external MIDI device objects in the MIDI Devices view */
"new external device" = "新的外接設備";
/* Name given to newly created ports in MIDI Property Window's structure pane */
"New Port" = "新傳輸埠";
/* self-explanatory */
"No" = "否";
/* Message in empty MIDI Device inspector window */
"No Device Selected" = "未選取任何設備";
/* String to display when no audio devices are present in the system */
"No Devices" = "沒有設定";
/* String to display in the icon view when no icons were found in a particular manufacturer's icon subdirectory */
"No icons found in this set" = "此設定中沒有圖像";
/* String for Stream PopUp menu in AudioPanel indicating that this is a non-interleaved device */
"Non-Interleaved Device" = "非交錯式裝置";
/* Indicate in a pop-up menu that there are no options. */
"None" = "無";
/* one of the geometric speaker configurations */
"Octagonal" = "八聲道";
/* self-explanatory */
"OK" = "好";
/* Text to display over icon button indicating that an icon browser will appear if they press the button */
"Open Icon Browser" = "打開圖像瀏覽器";
/* text to display in audio panel when the selected audio device does not support output */
"Output is not supported" = "不支援輸出";
/* Title of alert panel brought up when user tries to apply a speaker configuration that does not have all of its speakers map to unique channels. */
"Overlapping Channels" = "重疊頻道";
/* case-insensitive string to compare with for MIDI port names (there is a localized string that this needs to match with, including the space, in this file that is the port default name. In English it's 'Port 1' */
"port " = "傳輸埠";
/* Default name for newly-added-MIDI-device's port */
"Port 1" = "傳輸埠 1";
/* String to display in MIDI Property Window's 'Properties' tab for the case indicated in the string. Localizer: please keep the 2-line structure */
"Properties cannot be\nedited on MIDI interfaces" = "不能在 MIDI 介面上\n編輯屬性";
/* one of the geometric speaker configurations */
"Quadraphonic" = "四聲道";
/* Text to go in speaker-configuration button describing right-rear-surround speaker. Each of these labels has tight space constraints, so please keep the newline ('\n') character. */
"right rear\nsurround" = "右後方\n環繞";
/* Text to go in speaker-configuration button describing right-front speaker. Each of these labels has tight space constraints, so please keep the newline ('\n') character. */
"right\nfront" = "右側\n前方";
/* Text to go in speaker-configuration button describing right-surround speaker. Each of these labels has tight space constraints, so please keep the newline ('\n') character. */
"right\nsurround" = "右側\n環繞";
/* Text to go in speaker-configuration button describing generic speaker */
"speaker" = "揚聲器";
/* String in OutputFormatPopUp in Speaker Configuration sheet indicating user wants to configure speakers for stereo output */
"Stereo Output" = "立體聲輸出";
/* PopUp menu item indicating which stream user is working with */
"Stream %lu" = "串流 %lu";
/* String Template for stream list describing the channel-composition of an audio stream */
"Stream %lu has %lu channels (%lu-%lu)" = "串流“%lu”有 %lu 個頻道(%lu-%lu)";
/* Text to go in speaker-configuration button describing sub-woofer speaker. Each of these labels has tight space constraints, so please keep the newline ('\n') character. */
/* Text displayed at top of speaker configuration panel indicating stream format of selected audio device. */
"The %@ has %lu channels in %d streams:" = "“%@”有 %lu 個頻道位於“%d”串流:";
/* Alert message indicating the user-entered system-exclusive value is invalid */
"There was an error applying the new system exclusive value. Please choose an integer value between 0 and 127." = "套用新的系統專用數值時發生錯誤。請選擇介於 0 到 127 之間的整數數值。";
/* Message in alert panel brought up when user views the speaker configuration of a device that has a 'custom' (i.e., not AudioMIDISetup created) speaker configuration. */
"This device has a custom speaker configuration installed. Applying a new configuration will irretrievably overwrite the device's custom configuration." = "這個設備已安裝了自定揚聲器設定。套用新的設定就會覆蓋掉設備的原有設定,且此動作無法還原。";
/* particular audio format name */
"Time Code Data" = "時間碼資料";
/* String to display when the audio device of interest is unknown */
"Unknown device" = "未知的設備";
/* Default name for new MIDI studio configurations */
"Untitled" = "未命名";
/* self-explanatory */
"Yes" = "是";
/* ClearConnections alert dialog text */
"You cannot undo this action. Are you sure you want to clear all connections?" = "此動作無法還原。確定要結束所有連線嗎?";
/* DeleteDialog text asking user if user is certain user wants to delete configuration */
"You cannot undo this action. Are you sure you want to delete the selected configuration?" = "此動作無法還原。確定要刪除所選設定嗎?";
/* Description string of dialog sheet asking user if user wants to store changes made to the device */
"You have made changes to the current device. Do you want to apply these changes?" = "您對此設備做了更動。要套用這些更動嗎?";